home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / bisonpcb.zip / TGRAM.GRD < prev    next >
Text File  |  1987-09-18  |  282b  |  20 lines

  1.  
  2. #include "tgram.att"
  3. extern int yyerror;
  4. extern int yycost;
  5. extern char * yymsg;
  6. extern YYSTYPE yyval;
  7.  
  8. yyguard(n, yyvsp, yylsp)
  9. register int n;
  10. register YYSTYPE *yyvsp;
  11. register YYLTYPE *yylsp;
  12. {
  13.   yyerror = 0;
  14. yycost = 0;
  15.   yymsg = 0;
  16. switch (n)
  17.     {
  18.     }
  19. }
  20.